home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / thesrc10.zip / README.SRC < prev    next >
Text File  |  1992-08-12  |  2KB  |  64 lines

  1. THE is a full-screen character mode text editor based on the VM/CMS editor
  2. XEDIT and some features of KEDIT for DOS written by Mansfield Software.
  3.  
  4. THE has currently been ported to SUNOS 4.1.1, Xenix-386, DOS (using both
  5. Borland C++ 2.0 and Microsoft C v6.00) Esix 4.0.3a and ATT SystemV 3.2,
  6. and to OS/2 2.0 (using Microsoft C v6.00).
  7. An attempt has been made to port THE to VAX/VMS. Some major work is still
  8. required.
  9.  
  10. The SUNOS port has options for the BSD, System V and gcc compilers.
  11.  
  12. The DOS and OS/2 port requires the use of PDCURSES 2.0; a public domain
  13. library of curses screen handling routines, of which I am the current
  14. maintainer. Included is a DOS executable make suitable for the supplied
  15. makefile.
  16.  
  17. THE OS/2 port is similar to EPM, runs within an OS/2 command window and is
  18. HPFS aware.
  19.  
  20. THE uses curses as its screen handler. This makes it portable but not the
  21. best for fast screen refreshes.
  22.  
  23. To get detailed descriptions of each command;
  24.  
  25.  make manual
  26.  
  27. This will create a file called the.man.
  28.  
  29. If you find bugs or major inconsistencies, please let me know. If you
  30. manage to compile and run on a different platform to the above, please
  31. send me any changes to the code and the makefile, so I can include the
  32. platform in the official release.
  33.  
  34. THE is distributed under the terms of the GNU General Public License.
  35. For more details see the file COPYING that should have accompanied this.
  36.  
  37. THE is available via anonymous ftp from
  38.  
  39.  accord.dciem.dnd.ca  (192.16.207.25)
  40.  
  41. in /pub/curses/the
  42.  
  43. thedos_e.zip            - latest DOS executable
  44. theos2_e.zip            - latest OS/2 executable
  45. the_1-0s.zip            - source code for version 1-0
  46.  
  47.  
  48. ********************* Note to Users of Borland C++ 2.0 *****************
  49. There is a bug in the stat() function that returns an error if you call
  50. stat() with the root directory. This causes any sos_edit of a directory
  51. that will resolve to the root directory to think it is a new file.
  52. The bug in stat() has been fixed in release 3.0.
  53. ********************* Note to Users of Borland C++ 2.0 *****************
  54.  
  55. Mark.
  56.  
  57. ------------------------------------------------------------------------
  58.    Mark Hessling                     email: M.Hessling@itc.gu.edu.au
  59.    36 David Road                     Phone: +61 7 849 7731
  60.    Holland Park                      Fax:   +61 7 875 7877
  61.    QLD 4121
  62.    Australia                         ** PDCurses maintainer **
  63. ------------------------------------------------------------------------
  64.